login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A356821 Lucas-Carmichael numbers k that have an abundancy index sigma(k)/k that is larger than the abundancy indices of all smaller Lucas-Carmichael numbers. 0
399, 6304359999, 408598269695, 517270926095, 20203946790335 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The rounded values of sigma(k)/k are 1.604, 1.612, 1.666, 1.706, 1.752, ...
The sequence includes the smallest abundant Lucas-Carmichael number, which is <= 1012591408428327888883952080728349448745451794025524955777432246705535.
LINKS
MATHEMATICA
lc = Import["https://oeis.org/A006972/b006972.txt", "Table"][[;; , 2]]; rm = 0; s = {}; Do[n = lc[[k]]; r = DivisorSigma[-1, n]; If[r > rm, AppendTo[s, n]; rm = r], {k, 1, Length[lc]}]; s
CROSSREFS
Similar sequences: A328691, A329460.
Sequence in context: A283384 A140892 A115470 * A223284 A061042 A223481
KEYWORD
nonn,hard,more
AUTHOR
Amiram Eldar and Daniel Suteu, Aug 29 2022
EXTENSIONS
a(5) from Martin Ehrenstein, Jul 30 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 7 02:26 EDT 2024. Contains 372298 sequences. (Running on oeis4.)